home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / Make / source / acconfig.h next >
Encoding:
Text File  |  1997-08-18  |  595 b   |  21 lines

  1. /* Name of this package (needed by automake) */
  2. #undef PACKAGE
  3.  
  4. /* Version of this package (needed by automake) */
  5. #undef VERSION
  6.  
  7. /* Define to the name of the SCCS `get' command.  */
  8. #undef SCCS_GET
  9.  
  10. /* Define this if the SCCS `get' command understands the `-G<file>' option.  */
  11. #undef SCCS_GET_MINUS_G
  12.  
  13. /* Define this if the C library defines the variable `sys_siglist'.  */
  14. #undef HAVE_SYS_SIGLIST
  15.  
  16. /* Define this if the C library defines the variable `_sys_siglist'.  */
  17. #undef HAVE__SYS_SIGLIST
  18.  
  19. /* Define this if you have the `union wait' type in <sys/wait.h>.  */
  20. #undef HAVE_UNION_WAIT
  21.